You can find on this page the guides necessary to learn Java Servlet for beginners who want to get started with Java web application development from the group up. Intermediate and experienced programmers will also find this is a great resource to refresh their knowledge about servlet programming.

Java Servlet is a technology that allows developers to create dynamic web applications running on Java virtual machine. A Java servlet is a Java class that extends Java Servlet API for receiving requests from clients, interacting with other components, and sending responses back to the clients.

Java servlet is the core part of Java Enterprise Edition (Java EE) platform. It's also the foundation of Java web frameworks such as Struts and Spring MVC.

 

1. Learn Java Servlet for beginers:

If you're new to Java servlet programming, the following tutorials will help you get started quickly. You can create your first Java servlet in a web application running on Tomcat server, using either XML configuration or Java annotations. You will also learn how to handle form submission from clients using Java Servlet.

 

2. Java Servlet Annotations:

Annotations help creating and configuring Java servlets easier than XML configuration. Check the following posts to learn about the fundamental Servlet annotations. 

 

3. Java Servlet Filter Tutorials:

Filter is a special component that is invoked before a request handled by the destination Java servlet, and after the response is sent to the clients. Using filter, you can modify request and response, which makes your servlet application more dynamic. Check the following tutorials to learn the basics of servlet filter and apply filter in real-world scenarios such as authentication and response modification.



 

Java Servlet, JSP and Hibernate course

Learn Java Servlet, JSP, Hibernate framework to build an eCommerce Website (with PayPal and credit card payment)

 

4. Java Servlet File Upload & Download Tutorials:

Check the following tutorials to learn about programming file upload and download functionality using Java Servlet technology. You'll see how easy it is to implement file upload and download with Java Servlet's support.

 

5. Other Java Servlet Tutorials:

Learn about error handling, working with cookies and sessions in Java web applications with the following tutorials. You will also learn about forwarding and redirecting requests.

 

References:


About the Author:

is certified Java programmer (SCJP and SCWCD). He began programming with Java back in the days of Java 1.4 and has been passionate about it ever since. You can connect with him on Facebook and watch his Java videos on YouTube.